introduce gprintk()
authorJan Beulich <jbeulich@suse.com>
Thu, 26 Mar 2015 10:08:28 +0000 (11:08 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 26 Mar 2015 10:08:28 +0000 (11:08 +0100)
commit2313478dc93085d2a9bf407d76c34f6bf50e85a8
tree91822bd17db5d03ec3631dd44288daa63530507f
parentcce7087d01c90d9e6607ba08222781d9e69baf2f
introduce gprintk()

... and convert several gdprintk()-s to it, as the next patch will make
them no-ops in non-debug builds.

Note that as a non-debug facility this does not print file name and
line number of the origin, to people are expected to use meaningful and
easily distinguishable messages (i.e. just like with plain printk()).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
12 files changed:
xen/arch/x86/domain.c
xen/arch/x86/hvm/hvm.c
xen/arch/x86/hvm/vmx/vmx.c
xen/arch/x86/mm.c
xen/arch/x86/mm/p2m-ept.c
xen/arch/x86/traps.c
xen/arch/x86/x86_64/compat/traps.c
xen/arch/x86/x86_64/traps.c
xen/common/event_fifo.c
xen/common/page_alloc.c
xen/common/schedule.c
xen/include/xen/lib.h